/* jsScrollbar样式  
--------------------------------------------------------------------*/
.Scroller-Container {
  position: absolute;
  top: 0px; left: 0px;
  width: 700px;
}
.Scrollbar-Up {
  position: absolute;
  width: 10px; height: 10px;
  /*background-color: #CCC;*/
  background:url(../img/common/ico_14.gif) no-repeat center center;
  font-size: 0px;
  display:none;
}
.Scrollbar-Track {
  width: 10px; height: 560px;
  position: absolute;
  top: -90px;
  /*background-color: #EEE;*/
  background:url(../img/common/ico_13.png) repeat-y center center;
  _background:url(../img/common/ico_13.gif) repeat-y center center;
}
.Scrollbar-Handle {
  position: absolute;
  margin-left:1px;
  width: 9px; height: 30px;
  background-color: #fff;
}
.Scrollbar-Down {
  position: absolute;
  top: 440px;
  width: 10px; height: 10px;
  display:none;
/*  background-color: #CCC;*/
  background:url(../img/common/ico_2.gif) no-repeat center center;

}
#Scrollbar-Container {
  position: absolute;
  top: 160px;
  right: 20px;
}

#Container {
  position: absolute;
  top: 70px;
  width: 700px;
  height: 560px;
  /*background: #EEE;*/
}
#News, #About, #Extra { 
  position: absolute;
  top: 30px;
  left:20px;
  overflow: hidden;
  width: 700px;
  height: 540px;
  display: none;
}
#News {display: block;}
.public_1col #Container {
  width: 930px;
}
.public_1col #News, .public_1col #About, .public_1col #Extra { 
  width: 930px;
}